iT邦幫忙

DAY 19
27

VB6之迴光返照系列 第 19

VB6之迴光返照- 讀取目前座標

  • 分享至 

  • xImage
  •  

要做模擬滑鼠點擊的話,當然要先抓座標囉
以下為form1的code
Option Explicit
Private Sub Timer1_Timer()
Dim CurL As PointAPI
Dim myval

myval = GetCursorPos(CurL)
Label1.Caption = CurL.Xp '滑鼠X的座標
Label2.Caption = CurL.Yp '滑鼠Y的座標
End Sub
以下為module1的code
Option Explicit
Declare Function GetCursorPos Lib "user32" (lpPoint As PointAPI) As Long
Type PointAPI
Xp As Long
Yp As Long
End Type


上一篇
VB6之迴光返照- 讀寫ini檔
下一篇
VB6之迴光返照- 常用下載檔案的方式
系列文
VB6之迴光返照30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言